Skip to content

Commit 937d4c2

Browse files
committed
wip
1 parent 7cc2d25 commit 937d4c2

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Rakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ end
2323

2424
desc "Lazily fetch all feeds."
2525
task :lazy_fetch do
26-
if ENV["APP_URL"]
27-
uri = URI(ENV["APP_URL"])
28-
Net::HTTP.get_response(uri)
29-
end
30-
3126
FeedRepository.list.each do |feed|
3227
Delayed::Job.enqueue FetchFeedJob.new(feed.id)
3328
end

app.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"description": "Force all clients to connect over SSL",
2525
"value": "true"
2626
},
27-
"WORKER_EMBEDDED": {
28-
"description": "Force worker threads to be spawned by main process",
29-
"value": "true"
30-
},
3127
"WORKER_RETRY": {
3228
"description": "Number of times to respawn the worker thread if it fails",
3329
"value": "3"

0 commit comments

Comments
 (0)