tokio-cron-scheduler
tokio-cron-scheduler copied to clipboard
fix(postgres): fix a typo in a `time_till_next_job` SQL query
Summary
This PR fixes two small typos in the SQL query that powers time_till_next_job
methods of the Postgres metadata store (missing space and wrong SQL parameter index).