resque-async-method icon indicating copy to clipboard operation
resque-async-method copied to clipboard

Make Active Record instance methods asynchronous using resque.

Results 2 resque-async-method issues
Sort by recently updated
recently updated
newest added

ActiveRecord::ConnectionTimeoutError·could not obtain a database connection within 5.000 seconds

Seems like there was no real option to enqueue class methods via the supplied syntax. added another class method named "async_class_method" that acts just like the regular "async_method" but works...