Skip to content

Commit

Permalink
remove whenever and cron requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds committed Jun 11, 2018
1 parent c84ac0a commit 7fcefc5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 44 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -9,7 +9,6 @@ gem 'linguistics'
gem 'keen'
gem 'sshkit', '~> 1.13.0'
gem 'rspec-rails', '~> 3.5'
gem 'whenever'
gem 'coveralls', require: false
gem 'sidekiq'
gem 'sidekiq-throttled'
Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Expand Up @@ -53,7 +53,6 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (9.0.6)
chronic (0.10.2)
coderay (1.1.1)
concurrent-ruby (1.0.2)
connection_pool (2.2.1)
Expand Down Expand Up @@ -232,8 +231,6 @@ GEM
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
whenever (0.9.7)
chronic (>= 0.6.3)

PLATFORMS
ruby
Expand Down Expand Up @@ -269,7 +266,6 @@ DEPENDENCIES
sshkit (~> 1.13.0)
timecop
tzinfo-data
whenever

BUNDLED WITH
1.16.1
1.16.2
35 changes: 0 additions & 35 deletions config/schedule.rb

This file was deleted.

3 changes: 0 additions & 3 deletions startup.prod.sh
@@ -1,8 +1,5 @@
#!/bin/bash

rm -f tmp/pids/server.pid
source .env
whenever --update-crontab
cron
bundle exec sidekiq &
rails server -b 0.0.0.0

0 comments on commit 7fcefc5

Please sign in to comment.