© 2023 Hashnode
#cronjob
Many Linux servers run scheduled tasks using Cron Jobs as a matter of routine. According to the job definition, Cron will run the task (usually a command or a group of commands in a shell script) at specific times (e.g. daily, 1st of every …
We learned how to take a backup using scripts, and with just one command, the backup is complete. However, suppose we must perform a daily backup at a set time. Therefore, you must log in at that time…
Automation with cron and at As we know DevOps comes as a solution for automation. So, as a DevOps Engineer knowing job automation is mandatory. So, Today we are going to learn about Job Automation. w…
Objectives 🚀 Introduction to Cron for automating Linux tasks. Use Open AI API for text completion predictions. Prerequisites 🎢 Linux OS on the user's system. Root or sudo privileges for the sy…
A bit of background In one of the web apps that I developed using Flask as the back end, we ran into a situation where there was a need to schedule a method. To detail this particular method, (1) It h…
Hello everyone! In this blog, we will look at how to automate the process of getting notified in discord if a platform's status is down. It is very helpful as it notifies developers in discord when their website is down. We will learn about…
⭐Introduction I've always wanted to build a bot that posts something independently with the data. In this case, I've included data from a few subreddits where people post cat images, like r/Catswith…
Prerequisite Basic understanding of Linux Basic understanding of the Commandline Basic Understanding of Bash Scripting Expectations Learns Automation Learns how to send emails using the command lin…
Photo by James Harrison on Unsplash Spring Boot provides a very simple way of setting up Cron jobs in an application using Spring Scheduler. It can be easily packaged into a container , deployed on Ku…
In this article, we will discuss in great details the strategies which you can adopt for creating and managing cron jobs for your Nodejs applications. Some of the examples will be demonstrated with th…