Anubhav SinghforAnubhav's Blogxprilion.hashnode.net·Apr 13, 2023Job Scheduling on Google Cloud PlatformJob scheduling is like conducting an orchestra; every task must play its part at the right time to create a harmonious symphony of efficiency. In the world of software systems, job scheduling plays a critical role in ensuring efficient task executio...Discuss·65 likes·41 readsgoogle cloud
ReinforzforReinforzreinforz.hashnode.net·Dec 5, 2022How to automatically receive messages in discord when a platform is downHello 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 the follo...Discuss·23 likes·189 readsDevops
Siddarth JainforNotes by Dr Droiddroidteam.hashnode.net·Apr 25, 2023How to Effectively Monitor Cron Jobs Using Dr DroidCron jobs are an essential tool for developers who want to automate recurring tasks such as sending emails, running backups, and cleaning up log files. However, managing cron jobs can be challenging as they run in the background, making it difficult ...Discuss·16 likesUse-cases for Doctor Droidcronjob
Siddarth JainforNotes by Dr Droiddroidteam.hashnode.net·Apr 25, 2023How to Effectively Monitor Cron Jobs Using Dr DroidCron jobs are an essential tool for developers who want to automate recurring tasks such as sending emails, running backups, and cleaning up log files. However, managing cron jobs can be challenging as they run in the background, making it difficult ...Discuss·16 likesUse-cases for Doctor Droidcronjob
Dhwarika JhaforDwarka jhadwarkajha.hashnode.net·Apr 15, 2023Advanced Linux Shell Scripting for DevOps Engineers with User ManagementCreating n number of directories using a script Two ways of creating a directory One is a normal method which is described as below #!/bin/bash for i in {1..90} do mkdir days$i; done Using Iteration #!/bin/bash create_directory=$1 ...Discuss·1 like·76 readsLinux
Anubhav SinghforAnubhav's Blogxprilion.hashnode.net·Apr 13, 2023Job Scheduling on Google Cloud PlatformJob scheduling is like conducting an orchestra; every task must play its part at the right time to create a harmonious symphony of efficiency. In the world of software systems, job scheduling plays a critical role in ensuring efficient task executio...Discuss·65 likes·41 readsgoogle cloud
theArjunforPython is Lovethearjun.hashnode.net·Apr 5, 2023Crontab and Job SchedulingCrontab is a time-based job scheduler in Unix-like operating systems. It allows users to schedule commands or scripts to run automatically at specified intervals, such as minutes, hours, days, or weeks. Crontab uses a configuration file called the "c...Discuss·122 readsLinux
Olaoluwa AjibadeforAjibaddeajibaddemotiv.hashnode.net·Apr 3, 2023Node.js Task Scheduling With Agenda and MongoDBThe ability of an application to be able to set and schedule future tasks is a bonus and sometimes a must have feature for large scalable applications. In Node.js applications, future tasks can be scheduled to be executed using setTimers or clearTime...Discuss·4 likesNode.js
Subramanya M RaoforSubramanya's Blogsubramanyarao.hashnode.net·Mar 31, 2023Automating Your Tasks with CRON Jobs: A Real-World Example using Next.js and Vercel🔥What are CRON Jobs? 🤔 CRON jobs are automated tasks scheduled to run on a Unix or Linux operating system at specific intervals. These tasks are set up using the CRON daemon, a time-based job scheduler in Unix-like operating systems. A CRON job is cr...Discuss·47 readsNext.js
Shahriar RashidforThe DevOps Diaryshahriarrashid.hashnode.net·Mar 31, 2023Advanced Linux Shell Scripting for DevOps Engineers with User ManagementIt's possible that you have experience with simple shell programming as a DevOps Engineer. We'll take it a step further in this blog and explore sophisticated shell scripting strategies, such as user management. In order to assist you to improve your...Discuss·27 readsDevops
Emmanuel AkyeamforEmmanuel Akyeamakyeamemma.hashnode.net·Mar 31, 2023Transform Your Work Habits with These 15 Productivity-Boosting Web Apps.Table of Contents Helpfull Prioritize GetTerms Namae Regex101 Unscreen BundlePhobia Forthebadge EpochConverter Can I Use Cron Gitignore Ngrok TextCompare Twist 1.Helpfull Are you looking to improve your product, website, or program? ...Discuss·68 readsRegex
Sumit GhorpadeforSumit's blogsumitramchandra.hashnode.net·Mar 24, 2023Advanced Linux Shell ScriptingScript to create multiple directories dynamically Write a bash script makedir.sh that when the script is executed with three given arguments (one is the directory name and the second is the start number of directories and the third is the end numbe...Discuss·35 readscronjob
Gaurav MazumderforGaurav Mazumder (DevOps Enthusiast)gauravmazumder.hashnode.net·Mar 21, 2023Advanced Linux Shell Scripting for DevOpsDay 5 of #90DaysOfDevOps with the #TrainWithShubham Community. The challenge is for the DevOps Community to get stronger in #DevOps. It is a great initiative by Shubham Londhe. Documenting my learning and also sharing it with the community is helping...Discuss·1 likecronjob