https://github.com/bigbinary/boxy-delayed-job
https://github.com/bigbinary/boxy-delayed-job
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigbinary/boxy-delayed-job
- Owner: bigbinary
- License: mit
- Created: 2015-04-26T08:03:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T05:34:50.000Z (about 9 years ago)
- Last Synced: 2025-02-04T21:43:26.740Z (4 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 48
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
delayed_job Cookbook
====================
Installs and configures delayed_job and monit config for DJ workers.Requirements
------------
See metadataAttributes
----------
See attributesUsage
-----
#### delayed_job::defaultJust include `delayed_job` in your node's `run_list`:
```json
{
"name":"my_node",
"run_list": [
"recipe[delayed_job]"
]
}
```Contributing
------------1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using GithubBrought to you by
-----------------