Feature proposal #4108
closedImplement a CRON endpoint to perform actions
Description
Implement a secured token URL that can be used directly or in CRON to run an action. The action however will not function like other actions quite the same. What it will do is parse through every user and run the action for every user. To filter out users you'd use conditionals, access checks, or the exclude features of actions. A few parameters will also be added to configuration to limit the query to a number of results, enabled only, etc.. to help with performance. A new trigger should be added to designate it as internal.
Updated by krileon over 11 years ago
Implement multiple internal triggers that behave differently.
Internal General
Internal Users
Internal General actions will simply perform the action and pass it an empty user object. This can be used to perform general actions that don't actually need a user (like queries, etc..). Internal Users will execute the action on every CB user.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon over 11 years ago
- Status changed from Resolved to Closed
- Target version set to 5.1.0