You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ftl dev on the cron example I see the following:
info:http: Building module
info:cronjobs: Building module
info:cron: executing job crn-cronjobs-everyTenSeconds-2x2btvmkgl8f786t
info:cron: executing job crn-cronjobs-everyMinute-434nzs8ly1iekilw
error:controller0: failed to execute cron job crn-cronjobs-everyTenSeconds-2x2btvmkgl8f786t: not_found: could not resolve reference cronjobs.everyTenSeconds: not found
error:controller0: failed to execute cron job crn-cronjobs-everyMinute-434nzs8ly1iekilw: not_found: could not resolve reference cronjobs.everyMinute: not found
It looks like the cron jobs are attempted before the module is fully deployed.
The text was updated successfully, but these errors were encountered:
Running
ftl dev
on the cron example I see the following:It looks like the cron jobs are attempted before the module is fully deployed.
The text was updated successfully, but these errors were encountered: