[cron-job] allow a cronjob to pass data from one execution to another

When a cronjob is executed, it may return an array of data.

This data will be passed as parameter on the next execution
This commit is contained in:
2023-07-12 11:36:26 +02:00
parent e38b369149
commit 3f66e1a862
7 changed files with 137 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
kind: DX
body: '[cronjob] when a cronjob is executed, it may return an array of data that will
be passed as argument on the next execution'
time: 2023-07-12T11:36:03.813179067+02:00
custom:
Issue: ""