Skip to content

Commit

Permalink
- [ci skip] Active Job Async doesn't support to Async feature as per …
Browse files Browse the repository at this point in the history
…it's definition.

- [ci skip] Active Job Async doesn't support to Async feature as per it's definition.

- [ci skip] Active Job Async doesn't support to Async feature as per it's definition.

- [ci skip] Active Job Async doesn't support to Async feature as per it's definition.

- [ci skip] Active Job Async doesn't support to Async feature as per it's definition.
  • Loading branch information
mohitnatoo committed Apr 22, 2016
1 parent 406a238 commit 23f472a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activejob/lib/active_job/queue_adapters.rb
Expand Up @@ -33,7 +33,8 @@ module ActiveJob
#
# ==== Async
#
# Yes: The Queue Adapter runs the jobs in a separate or forked process.
# Yes: The Queue Adapter has the ability to run the job in a non-blocking manner.
# It either runs on a separate or forked process, or on a different thread.
#
# No: The job is run in the same process.
#
Expand Down

0 comments on commit 23f472a

Please sign in to comment.