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
The root cause is, for k8s cronjobs and deploys are different things, and we didn't implement some features for both cases, sorry, we'll look for an elegant solution
Currently, there is no way to know the last deploys of cron jobs:
$ teresa deploy list --app my-cron-app App doesn't have any deploys
It would help in debugging/troubleshooting to know which version is running and the deploy history, just like web apps.
The text was updated successfully, but these errors were encountered: