Cron is a classic utility found on Linux and UNIX systems for running tasks at pre-determined times or intervals. These tasks are referred to as Cron tasks or Cron jobs. In this video, I will show you how to schedule tasks to run in the future. We will use Ubuntu in this example.
Related Posts
Sending Data From ERPNext To Other Applications With Webhooks
Webhooks are one of a few ways web applications can communicate with each other. It allows you to send real-time data from one application to another whenever a given event occurs. This is how PayPal tells your accounting app when your clients pay you, how Twilio routes phone calls to your number, and how WooCommerce […]
Interactive Frappe And WhatsApp Integration: WhatsApp and Frappe Framework for Real-Time Data Management
In the digital age, businesses and developers are constantly seeking innovative ways to streamline operations and enhance customer interactions. Today, we’re excited to share an impressive integration project that achieves exactly that by combining the power of WhatsApp and the Frappe Framework. This integration offers an interactive, real-time data management solution that allows users to […]
How to Fix “sign_and_send_pubkey: signing failed… agent refused operation” (GitHub SSH Error)
If you’re working with Git and suddenly hit this error: This means your SSH key is not being used correctly by your system or SSH agent. This guide will walk you through fixing it step-by-step. What Causes This Error? This error typically happens when: Step 1: Fix SSH Key Permissions Run the following commands: Why […]