James McDermott
James McDermott
With the DCU timetable system experiencing some downtime recently, I've decided this needs to be a priority. The idea of having to manually pull using a `-u` isn't the most...
For now I'm remove the old gitlab-ci workflow from the master branch.
Yes it looks like a panic is generated until a job is finally run. This should be an easy enough fix. I think the CLI is quite prone to panics...
@ttymck strangely enough I'm unable to duplicate this issue. When I run `odin log -i {job-id}`, a panic is not generated. Can you confirm you are using [the v1.0.0 release](https://github.com/theycallmemac/odin/releases/tag/v1.0.0)...
Originally working on this project I aimed to provide Docker images, I also ran into the issue of systemd.
No worries on the formatting. I can take some time to run this, if it's building I think you're good to open a PR on this and reference this issue....
I agree on this, I think abstraction around DB operations is the right way to go. It offer a larger potential for community customization. You're definitely right in saying that...
Based on some chatter in the Discord today we have defined the following: - When MongoDB goes down currently, Odin itself preserves the queue at the time of failure. Jobs...
@hiepd has begun work on this - issue is being built on [this branch](https://github.com/theycallmemac/odin/tree/v2.0.0/pluggable-repository-layer).
@ttymck with v2.0.0 we are looking to provide abstraction which will allow for a wider range of data stores to be used with Odin, both nosql and sql based :)