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
Explicitly cast task_name as text in cron db tasks
There seems to be a scenario where postgres will implicitly cast the
task_name column as a bigint when querying the cron table. This doesn't
happen in local testing, but is a periodic issue with remote
configurations.
0 commit comments