NoQueue Web Application
When in doubt follow Google code style or Petroware has explained the same style Petroware link
How to remove specific file on Mac OS
find . -type f -name '*.iml' -delete
find . -type f -name 'main*.iml' -delete
find . -type f -name 'test*.iml' -delete
Flush Redis DB
redis-cli FLUSHALL
Link to follow Cron Example