Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Nov 27, 2016
1 parent f25d723 commit e9c01b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ similar to cron jobs. We recommend you to make yourself familiar with Elastic Be
You don't need this gem to make us of Elastic Beanstalk's periodic tasks feature, however, this gem takes care of intercepting the POST requests from
the SQS daemon (explained in the [official documenation](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.html#worker-periodictasks)).
If the gem detects a POST reqeust from the daemon caused by a periodic task definition, then the gem will create a corresponding Active Job instance and trigger the execution.
If the gem detects a POST request from the daemon caused by a periodic task definition, then the gem will create a corresponding Active Job instance and trigger the execution.
To make use of the gem, just follow these conventions when writing your definition of the perdiodic tasks in `cron.yaml`:
* Set `name` to the class name the of the (ActiveJob) job that should be performed.
Expand Down

0 comments on commit e9c01b2

Please sign in to comment.