Set It and Forget It with Cron

Sometimes, you have tasks that need to be done regularly—like sending reports, updating data, or checking on projects. With cron, you can easily schedule these tasks to run automatically at your preferred intervals.

Set It and Forget It with Cron

How do I schedule a task with Cron in viaSocket?

You can easily schedule tasks by specifying the timing and frequency in your viaSocket workflow settings. Choose your preferred intervals—like every hour, day, or week—and let viaSocket take care of the rest.

What types of tasks can I automate using Cron?

Cron is perfect for tasks that need to be repeated, such as sending reports, syncing data, or running health checks for your applications.

Is it possible to customize the schedule for Cron tasks?

Yes, viaSocket lets you fully customize Cron schedules by setting the exact timing down to minutes, hours, days of the week, or specific months, depending on your needs.

Can I use Cron for workflows that run continuously?

No, Cron is designed for tasks that happen at set intervals. For continuous or real-time workflows, you can use other triggers, such as webhooks or events.