akshat
akshat
**Describe the bug** The plugin works well upon installation. After restarting VS code, the formatter stops working. ** SQLtools output Channel Logs** ``` INFO: Executing SQLTools.getConnectionStatus INFO: Executing SQLTools.getConnectionStatus INFO:...
### Issue When making blocking calls like `BLPOP` from a thread-pool, carmine doesn't exit when `InterruptedException` is thrown to shutdown the pool. Instead, it continues polling redis until the defined...
Carmine doesn't support newer commands added in `v6.2.0` of redis like `LMOVE`. Please add support for them.
`tztail -t IST` failed for me. It'd be good to have some documentation for list of all available timestamps in tztail
When registering a periodic job, set a `run-count` or `run-until`. The job will be deregistered from cron-schedule once the run-count has been reached. `nil` `run-count`/`run-until` means the job will run...
Currently, Goose has 4 metrics for latency - Retry - Schedule - Cron-schedule - Execution 1. Can we have just 3 latency metrics? - enqueue-latency - priority-enqueue-latency - schedule-latency 2....
In the beginning a Job can be: - enqueued - scheduled - cron-scheduled As part of it's lifecycle, the job could be: - enqueued to ready-queue by a scheduler -...
Closes #57