RaunaK Madanschedule-cronjob-in-whiskeysockets.hashnode.dev·a day agoHow to Schedule sendDailyQuotes Cron-Job in Whiskey Socket Baileys in Node Js?What is a Cron Job? Imagine having a personal assistant who performs specific tasks at precise times—be it sending out daily reports at midnight or cleaning up logs every Sunday. That's essentially what a cron job does in the realm of computing. Orig...cronjob
Chidimma Gabriel Dominic Nwekengabriel.hashnode.dev·Feb 12, 2025Leveraging AWS Lambda for Event-Driven Cron JobsAutomating routine tasks is essential in today’s dynamic and agile cloud environments. Traditionally, cron jobs have been the backbone of these tasks, handling activities like data aggregation, system updates, patch applications, and cache cleaning. ...46 readsserverless
Omkar Mahandulescripting.hashnode.dev·Feb 12, 2025Automate The Large File Compression With BashAre you running out of storage space on your Linux system? One way to free up space is by compressing large files. Manually identifying and compressing big files can be tedious, but a simple Bash script can automate the process. In this blog, we’ll c...10 likesBash
Nityanand Kumarmigration-from-function-app-to-aks.hashnode.dev·Jan 26, 2025Migration of functions running on function app to AKS Cluster Using Cronjob for cost optimizationNeed to Analyze Cost Difference Between Two Azure Services We need to calculate the total cost of all functions running on a Function App and estimate the probable cost of running the same functions on an AKS node. This analysis will help understand...Azure
Arya M. Pathakarya2004.hashnode.dev·Jan 24, 2025Understanding Linux Cron for Task Scheduling (with Golang Example)Cron is a built-in utility on Linux and Unix-like systems. Its main purpose is to schedule and automate tasks (known as jobs) so that you do not have to run them manually. These automated tasks can include sending emails, cleaning up files, monitorin...20 likes·35 readsGo Deep: Mastering Golang FundamentalsLinux
Rijul Rajesh T Prijultp.hashnode.dev·Jan 19, 2025Cronjobs for dummies: Your gateway to automating anything!During our development journey, we may have encountered situations where we needed to automate certain tasks at fixed intervals. Similarly, when I was developing LiveAPI, I faced a situation where I had to automate some database changes every 5 minut...20 likescronjob
Sai Praneethterraformiac.hashnode.dev·Jan 15, 2025CronTabLet’s say we need to run a shell script exactly at 8:00 PM every day., shell script is a file that contains a series of commands. Rather than keeping an alarm at 8:00 a.m. every day, logging into the server, and saying hello.sh ., which is difficult,...cronjob
Deepam Makwanadeepam.tech·Jan 13, 2025Understanding CronWhat is Cron, Crontab & Cron Job Cron is a time-based job scheduler in Unix-like operating systems, while crontab refers to the table used to define these scheduled tasks. A cron job is a specific task scheduled to run at predefined intervals. Togeth...Linux
Favour Max-Otikells.hashnode.dev·Jan 3, 2025Simplifying Repetitive Tasks with CRON Jobs: My Backend StoryWhen I was tasked with developing the API for my church website, I was both honored and excited. It wasn’t just a project—it was recognition that my church saw me as the tech guy, their very own “tech bro.” Naturally, I was determined to do a stellar...11 likes·28 readsNest Jsnestjs
Sheikh Vazidblog.vazid.site·Jan 4, 2025How to Automate System Updates Using a Custom Bash ScriptThis blog post introduces a Bash script designed to simplify Linux system updates across various distributions. With this script, you can: Perform system updates with a single command. Schedule updates using cron jobs for convenience. Log every up...GuidesLinux