Wabe allows you to easily schedule recurring tasks with the integration of crons. You can configure tasks to run at specific intervals without manually managing their execution.
The cron system is not designed to handle heavy background tasks. Tasks run on the main server, and heavy tasks could overload the server. Currently, Wabe does not support the management of heavy background tasks (lasting several minutes).
To configure a cron in Wabe, you can use the crons
option when initializing your Wabe instance. Here is an example configuration:
Crons can be used for various tasks, such as cleaning up the database, sending periodic notifications, or any other recurring task needed for your application.