Harry Lascelles
Harry Lascelles
Ensure that Figaro.adapter is set to Figaro::Rails::Application before the figaro Railtie is loaded
Figaro should be able to be used in the initializer of a Rails engine. Unfortunately, when testing the engine using a tool like [Combustion](https://github.com/pat/combustion), we see that the Railtie to...
Related to https://github.com/hlascelles/que-scheduler/pull/213, it may be that `active_support` is only used in a few places and can be removed.
This could be run in the Rails console to check: 1. The scheduler job is present 1. It's "next run time" is soon or recent. 1. The migrations are up...
Using `Hashie::Dash` as the value object library doesn't really suit the use case, and since `3.6.0` it [breaks a fundamental hash contract](https://github.com/intridea/hashie/issues/469). Using [Sorbet Struct](https://sorbet.org/docs/tstruct) might be a good option,...
When jobs are enqueued by the scheduler, they are all being enqueued with the current `run_at`. Although this makes no difference to whether the jobs are run, it would yield...
When moving between major versions, the gem will (probably) require a migration to keep it in sync. The gem should cleanly error if this happens, with helpful text as to...
We are looking to use this tool for an AWS DB, but the highest privilege RDS user anyone has cannot perform certain commands / access certain tables (especially pgtoast): ```...
Integration with zsh will be a common use case, so a pointer to a zsh plugin would be useful.
We would like to store helm releases in a `ConfigMap`. This will allow IT staff without rights to read Secrets to be able to perform commands like `helm list`. The...
We were recently seeing quite esoteric failures like this: ``` aws-vault: error: exec: Failed to get credentials for foo: InvalidRequestException: { RespMetadata: { StatusCode: 400, RequestID: "4a328325-4fd6-4710-a3ca-12345671234567" }, Error_: "invalid_request",...