No possibility to schedule DLT once per minute
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 03:50 AM
Hello
I wanted to setup DLT to run every minute, previously it was possible with setting up in JSON "schedule": "1 * * * *" - but now I see that is not accepted - is there any other workaround to make it working ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 02:01 AM
Hi @PiotrU ,
It's still possible, you need to click show cron syntax and just type your cron: 1 * * * *
Then it will create workflow job with the specified cron schedule:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 02:05 AM
in that case we can attach dlt to job ... but in json for dlt - I was not able to do that still