dynamoid
https://github.com/veraticus/dynamoid
Ruby ORM for Amazon's DynamoDB
Settings.cron_for_usage_ping
Runs every minute in a random ten-minute period on Sundays, to balance the load on the server receiving these pings. The usage ping is safe to run multiple times because of a 24 hour exclusive lock.
Edit
git clone [email protected]:veraticus/dynamoid.git
cd dynamoid
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Settings-cron_for_usage_ping-for-pr
# Commit to gitgit add git commit -m "better docs for Settings.cron_for_usage_ping"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Settings-cron_for_usage_ping-for-pr
hub pull-request
# Celebrate!