Cronjobs
Get Started
To get started with Cronjobs, you need to create a new cronjob in your SyncPulse project. This can be done through the SyncPulse console or via the API.
-
Open your project dashboard: Go to your SyncPulse console and select your project
-
Navigate to the Cronjobs section: On the sidebar, click on Cronjobs under the Resources section.
-
Create a new Cronjob: Click the
Create cron
button and enter the following:
- Name: Give your cronjob a descriptive name.
- Type: Choose between "Function" or "Webhook".
- Schedule: Enter the cron expression or use the UI to set the schedule.
If you choose Function
, you need to select a function
from your project to be bind to the cronjon.
If you choose Webhook
, enter the target URL to be triggered.
- Save and monitor: Once saved, the cronjob becomes active. You'll see the next scheduled run time and current status. You can delete or modify the job anytime from the same panel.
How is this guide?