for example, 10 minutes ago, the next execution said "next execution 10/22/2019 13:30:00" but now it says "next execution 10/22/2019 14:30:00" and did not run at 13:30:00
Brian Giraldo Echeverri
@Brian Giraldo Echeverri
Posts made by Brian Giraldo Echeverri
-
RE: Strange behavior of Scheedules
-
Strange behavior of Scheedules
When we change the time of the schedule, for a time it is executed twice, once in the previous configuration and once in the new one. Right now create a schedule that will run every hour, on the platform it shows that it will run on time, but when the time passes, it does not run. I do not understand what may be happening.
-
How could i render a template from a script
Good afternoon, i´m trying to render a template from a script, but i get timeout, i´m doing this:
const result = await jsreport.render({ template: { shortid: 'Bkx4WzcPrD', data: req.data.table } })
-
RE: Is posible know what shedule fire the script?
Thank you very much!, that was just what I needed. I had not seen it, because it does not work in Debug mode.
-
Is posible know what shedule fire the script?
i need to use the same template, whit with different parammeters in the script based on the shedule, i need to know if it is posible.
In my application, i have a lot of user, all need get the same report, but with they own data and with distinct frequency, i could create a template and a shedule by user, but i think that it is ugly because all templates would be same.
¿How could i solve that?.