README.md in scheduled_job-0.0.2 vs README.md in scheduled_job-0.0.3
- old
+ new
@@ -116,11 +116,11 @@
end
```
The before_callback is executed before the perform method is called on the scheduled job. This is passed the delayed job object and the scheduled job instance.
-```ruby
+```ruby
config.before_callback = -> (job, scheduled_job) do
JobRunLogger.update_attributes!(job_name: scheduled_job.class.name, started_at: Time.now.utc)
end
```
@@ -140,10 +140,17 @@
end
```
## Contributing
-1. Fork it ( http://github.com/rightscale/scheduled_job/fork )
+1. Fork it ( https://github.com/rightscale/scheduled_job/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+## Maintained by
+
+- [Callum Dryden](https://github.com/CallumD)
+- [Alistair Scott](https://github.com/aliscott)
+- [Sean McGivern](https://github.com/smcgivern)
+- [Ali Khajeh-Hosseini](https://github.com/alikhajeh1)