Skip to content

Remove the worker dyno #1658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2019
Merged

Conversation

sgrif
Copy link
Contributor

@sgrif sgrif commented Mar 11, 2019

We're paying for a dyno that spends 90% of its time sleeping. A
repeating task like this is better handled by a cron-like tool (heroku
scheduler in our case), especially for something non-critical like
updating download counts.

We're paying for a dyno that spends 90% of its time sleeping. A
repeating task like this is better handled by a cron-like tool (heroku
scheduler in our case), especially for something non-critical like
updating download counts.
@sgrif sgrif requested a review from jtgeibel March 11, 2019 16:38
@jtgeibel
Copy link
Member

This is great! I rarely run this worker in my staging area, but can now add a scheduled task for this without running up dyno hours.

@bors r+

@bors
Copy link
Contributor

bors commented Mar 11, 2019

📌 Commit 845ac73 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Mar 11, 2019

⌛ Testing commit 845ac73 with merge 2dc9f6a...

bors added a commit that referenced this pull request Mar 11, 2019
Remove the worker dyno

We're paying for a dyno that spends 90% of its time sleeping. A
repeating task like this is better handled by a cron-like tool (heroku
scheduler in our case), especially for something non-critical like
updating download counts.
@bors
Copy link
Contributor

bors commented Mar 12, 2019

☀️ Test successful - checks-travis
Approved by: jtgeibel
Pushing 2dc9f6a to master...

@bors bors merged commit 845ac73 into rust-lang:master Mar 12, 2019
@sgrif sgrif deleted the sg-no-daemon-update-downloads branch March 12, 2019 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants