Support for cron actions #170

Closed
opened 2022-07-05 01:39:04 +02:00 by blacklight · 0 comments
Owner

Created by: BlackLight

Platypush should support cron pre-configured actions to run at specific times.

Example:

cron.generate_report:
    cron_expression: 0 0 * * *   # Every day at midnight
    action: procedure.generate_report
*Created by: BlackLight* Platypush should support cron pre-configured actions to run at specific times. Example: ```yaml cron.generate_report: cron_expression: 0 0 * * * # Every day at midnight action: procedure.generate_report ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#170
No description provided.