Project

aservice

0.0
No commit activity in last 3 years
No release in over 3 years
Gem for running services asynchroniously
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 12.3.3
~> 3.0

Runtime

>= 4.2.1
 Project Readme

Aservice gem allow you to execute your services in background as a sidekiq jod.

Include Aservice into your class and [method_name]_async and [method_name]_after will be available.

[method_name]_async call method in sidekiq background job. And [method_name]_after accepts sidekiq job as a first argument and would call method only when job will be successfully completed. Check examples folder for example