Harry Lascelles

Results 118 comments of Harry Lascelles

I would like the ability for me to select a line in Mcfly, and it just drop me back into the shell with the command there, but not execute it...

Scratch the above, I see that TAB just "gives me the command uninvoked". I will open a different issue! https://github.com/cantino/mcfly/issues/186

One reason we would like to use it is that the default return value for a null DB field is not `nil` but `{}`. We didn't like adding nil check...

Much of this already exists: https://github.com/hlascelles/que-scheduler/blob/master/lib/que/scheduler/state_checks.rb#L64 It might be nice to expose it as a healthcheck endpoint (that won't error during a deploy).

Interesting question. Yes I suppose it is possible. The frequency is just stored as a constant [here](https://github.com/hlascelles/que-scheduler/blob/4b7c635c4bc7cbfd0d4eb9c441963ece805c58e4/lib/que/scheduler/scheduler_job.rb#L15). Since the scheduler is self enqueueing, I think the best change would be...

This could be added to the audit table too.

Version 3.2.1 ensures the running scheduler job errors cleanly if a migration is necessary. There could still be scope to have a Rails initializer that provides fast feedback on start...

OK great, thank you for the writeup, makes sense. I think this essentially means non-"full prod access" devs cannot use commands like `helm rollback`, or even `helm list`. We will...

Still a possible improvement.

Still nice to have.