Vincent Chan
Vincent Chan
Currently, timestamps in epoch time are difficult for people to read. It would be nice if there was a way to format them in the UI into something human readable.
This PR introduces a Postgres-backed queue. Still need to add tests and implement several missing features like info, stats, schedule, sweep, etc.
This PR: - Makes the dispatch mapping from a project config available to the adapter via jinja globals - Updates the adapter's dispatch function to use search_order if configured -...