shoryuken-later icon indicating copy to clipboard operation
shoryuken-later copied to clipboard

A scheduling plugin using Dynamo DB for Shoryuken

Results 10 shoryuken-later issues
Sort by recently updated
recently updated
newest added

I may just be doing some math wrong, but I seem to be having a problem. I have a table, `production_scour-audio_shoryuken-later`, that has a lot of items in it. One...

bug

Allows to set table_name for ActiveJob jobs that are sent to DynamoDB tables By default, it will be the same name as the queue name for Shoryuken Can be overriden...

Bump shoryuken later gemspecs to use shoryuken 3.x, remove shoryuken v1 code causing crashes in tests fixes #16

It would seem that enqueue_at should now be implemented as instance method This causes the default Shoryuken adapter code to be executed and fails when delais are > than 15...

Celluloid dependency locked to `~> 0.15.2`, hopefully the dependency can be removed/bumped to support same major version

Allows to reuse ActiveJob prefix for prefixing DynamoDB tables Fixes #11

The current version of Shoryuken later does not support instance profile credentials (from instance metadata service) Actually, I am not sure how credentials are handled by other gems, and I...

It should be possible to prefix automatically table_names with an application-controlled prefix (eg `MyAppName-#{Rails.env}-` In Shoryuken this is done in the [environment_loader](https://github.com/phstc/shoryuken/blob/60905beefc0c8d103aac6b0dd22ede7bb4f71d7f/lib/shoryuken/environment_loader.rb#L84)

Would be cool to make the storage adapter configurable to support other storages than DynamoDB such as: Redis, MongoDB, SQL etc. ``` ruby Shoryuken::Later.storage_adapter = MyStorageAdapter ``` The storage adapter...

enhancement

We can target shoryuken _master_ and use the start/stop hooks to fit into their daemon's lifecycle, rather than running our own daemon. This would supercede #1.

enhancement