Mike Perham
cd553fa14c
revert kwarg support
2022-01-31 13:17:46 -08:00
Mike Perham
b56195155d
Revert "Fix an error when job was enqueued without kwargs ( #5138 ) ( #5142 )"
...
This reverts commit 24fb5d3e50
.
2022-01-31 13:15:46 -08:00
Nathan Le Ray
24fb5d3e50
Fix an error when job was enqueued without kwargs ( #5138 ) ( #5142 )
2022-01-24 13:31:30 -08:00
Nathan Le Ray
0a4de94d76
Add keyword arguments support in extensions ( #5120 )
...
* Add keyword arguments support in extensions
* Check that keywords arguments are passed
* Test perform calls with keyword arguments
* Fix kwargs forwarding on Ruby 2.6
2022-01-18 07:55:31 -08:00
Olle Jonsson
ebeff59f06
(docs) YARD annotations ( #4563 )
...
- use the Example functionality for syntax highlighting
- use backticks for code in Markdown
2020-05-13 07:10:51 -07:00
Bryan FRIMIN
32c55e3165
Use standardrb for source styling ( #4114 )
2019-04-01 09:20:41 -07:00
Mike Perham
2c9f7662fc
Freeze all string literals in source, fixes #2741
...
Tests pass and smoke test works perfectly.
2015-12-31 15:33:35 -08:00
Jason Nochlin
8cf0bf447c
Never include modules if .remove_delay
was called
2014-06-28 18:20:42 -04:00
Sean Doyle
e12bf878fa
Replaced class and instance level send
...
Replaced with `__send__` from std lib
* `send` can now be overridden to be more semantically meaningful
* `message.send(user_id)` as opposed to `message.send_message(user_id)`
* `__send__` makes it clear that the reflective version is intended
2014-02-14 09:43:34 -05:00
Mike Perham
13c588cda2
Expose delay as sidekiq_delay also, fixes #1393
2013-12-15 14:16:31 -08:00
Vipul A M
ab55338c90
Document methods and make documentation uniform for extensions
2013-06-01 12:40:24 +05:30
Mike Perham
afb1d24809
Add delay_until extension method
2012-11-08 09:05:11 -08:00
Mike Perham
fc3a1fdc50
Allow custom sidekiq_options for delay calls, fixes #450
2012-10-17 10:17:19 -07:00
Luismi Cavalle
8657aea37a
Allow delay of any module class method
2012-09-30 17:09:42 +01:00
Mike Perham
e55979407a
Add extension to delay any arbitrary class method to Sidekiq.
2012-08-16 16:43:01 -07:00