Skip to content

History / Active Job

Revisions

  • Updated Active Job (markdown)

    @mperham mperham committed May 31, 2019
  • Updated Active Job (markdown)

    @mperham mperham committed May 31, 2019
  • remove leading slash per rails convention

    @localhostdotdev localhostdotdev committed Mar 24, 2019
  • Updated Active Job (markdown)

    @mperham mperham committed Nov 29, 2018
  • Add usefull command to reuse same queue name prefix as ActiveJob, allows to avoid having to declare the queue names once per environment

    @Startouf Startouf committed Nov 29, 2018
  • Make arguments of `deliver_later` examples to match each other

    @stgeneral stgeneral committed Nov 6, 2018
  • Linked an issue to its page

    @michaelherold michaelherold committed Mar 23, 2018
  • Updated Active Job (markdown)

    @mperham mperham committed Mar 6, 2018
  • Updated Active Job (markdown)

    @mperham mperham committed Mar 6, 2018
  • Update ActiveJob default adapter name.

    Alessandro Lepore committed Oct 25, 2017
  • Updated Active Job (markdown)

    @mperham mperham committed Mar 8, 2017
  • Updated Active Job (markdown)

    @mperham mperham committed Mar 8, 2017
  • Updated Active Job (markdown)

    @mperham mperham committed Mar 8, 2017
  • Updated Active Job (markdown)

    @mperham mperham committed Nov 12, 2016
  • Updated Active Job (markdown)

    @mperham mperham committed Jun 2, 2016
  • Updated Active Job (markdown)

    @mperham mperham committed Jun 2, 2016
  • I think this is more clear. I missed this command before because the text was light grey.

    @spreeker spreeker committed Nov 18, 2015
  • Add clarification that provider_job_id is available in rails 5 and up.

    @mbutsko mbutsko committed Oct 2, 2015
  • Updated Active Job (markdown)

    @mperham mperham committed Sep 13, 2015
  • Fix typo

    @etdev etdev committed Aug 28, 2015
  • Updated Active Job (markdown)

    @mperham mperham committed Jul 14, 2015
  • Change from proc to a block, since with the proc the comment highlighted the closing `}`

    @maurogeorge maurogeorge committed May 27, 2015
  • Add a comment inside the proc, to follow the same example of the sidekiq

    @maurogeorge maurogeorge committed May 27, 2015
  • ActiveJob will raise a `ActiveJob::DeserializationError` when try to deserialize the object. More info here https://github.com/rails/rails/blob/852460852cf1635af3f2861847253e8b5677acc0/activejob/lib/active_job/arguments.rb#L7-L17

    @maurogeorge maurogeorge committed May 27, 2015
  • Syntax

    @zsombor zsombor committed Mar 16, 2015
  • Add example how you can retry jobs using the ActiveJob API.

    @zsombor zsombor committed Mar 16, 2015
  • Add work-around for missing record exceptions

    @hakanensari hakanensari committed Mar 13, 2015
  • Include information on https://github.com/mperham/sidekiq/issues/2072#issuecomment-69230718

    @aprescott aprescott committed Feb 11, 2015
  • Updated Active Job (markdown)

    @mperham mperham committed Feb 11, 2015
  • Using an initializer to configure ActiveJob does not work for the production environment with Rails 4.2.0 (http://stackoverflow.com/questions/27446841/activejob-does-not-use-sidekiq-in-production-enviroment)

    @mcoms mcoms committed Jan 25, 2015