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.

Source | Google | Stack overflow

Edit

git clone [email protected]:veraticus/dynamoid.git

cd dynamoid

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Settings-cron_for_usage_ping-for-pr


# Commit to git

git add git commit -m "better docs for Settings.cron_for_usage_ping"


# Open pull request

gem 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!