-
### Describe the bug
After merging my Facebook page and Instagram business account and setting up the application on Facebook, I can’t receive messages in the chatwoot inbox. The webhook is configure…
-
Heroku gives us a Redis connection string that looks kinda like this:
`redis://h:xxxpasswordxxx@ec2-99-9-999-999.compute-1.amazonaws.com:6379`
Unfortunately the SuoRedis adapter doesn't support pa…
-
👋🏻
We are currently getting started with GoodJob Batches and we reached a slight nitpick 🤣
We currently have the following code:
```ruby
ApplicationRecord.transaction(requires_new: true) d…
-
First of great work on the gem 👍
We are experiencing some issues when trying to unlock jobs manually. When running normal operations we have not noticed any issues with either locking or unlocking…
-
Getting the following error in my browser console:
```
Uncaught Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
20 │ @…
-
This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.
- [ ] do not use keyword arguments in plain Sidekiq workers https://github.com/mp…
-
# Story
Importing a CSV without a model column leads to the importer failing to run and logging this error: `NameError - uninitialized constant Hyrax::Form Did you mean? Hyrax::Forms`.
CSVs imp…
-
# Summary
The progress value of the Job returned by ``Queue.add()`` isn't updated. It's a surprising behavior considering that the Job objects returned by the events are.
Is it an intended behavi…
oxabz updated
3 years ago
-
Ruby version: 3.3.5
Rails version: 7.1.4
Sidekiq / Pro / Enterprise version(s): 7.3.6 (tried also older versions)
In `application.rb`:
```
config.active_job.queue_adapter = :sidekiq
```
…
-
to be a store for rack-attack.
Can we keep using rack-attack but get away from these annoying periodic dalli/memcached errors? What if we try using a redis instance of a memcached instance? Still …