We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc2d25 commit 937d4c2Copy full SHA for 937d4c2
Rakefile
@@ -23,11 +23,6 @@ end
23
24
desc "Lazily fetch all feeds."
25
task :lazy_fetch do
26
- if ENV["APP_URL"]
27
- uri = URI(ENV["APP_URL"])
28
- Net::HTTP.get_response(uri)
29
- end
30
-
31
FeedRepository.list.each do |feed|
32
Delayed::Job.enqueue FetchFeedJob.new(feed.id)
33
end
app.json
@@ -24,10 +24,6 @@
"description": "Force all clients to connect over SSL",
"value": "true"
},
- "WORKER_EMBEDDED": {
- "description": "Force worker threads to be spawned by main process",
- "value": "true"
- },
"WORKER_RETRY": {
"description": "Number of times to respawn the worker thread if it fails",
"value": "3"
0 commit comments