Target specific settings for Scheduled actions

It would be great if the settings for a scheduled action could be target specific.

Use case: Production runs a routine daily at specific time. Obviously not ideal for testing, so I change to every minute, or something else. Then I forget to change it back and push to production.

Good one. Not only target specific but also that it can be read from an ENV variable to cover more cases.

1 Like

As a workaround you can check current $_ENV. If it’s your DEV - do the schedule task, ELSE - do nothing.

1 Like