remove unused proxies

This commit is contained in:
Dylan Knutson
2023-05-18 20:43:18 -07:00
parent 52320955b3
commit 18a29fb57c
2 changed files with 2 additions and 8 deletions

View File

@@ -65,12 +65,8 @@ task :good_job do
"GOOD_JOB_MAX_THREADS" => "4",
"GOOD_JOB_QUEUES" => [
"manual:4",
# "static_file,fa_user_avatar:3",
# "+fa_user_avatar,static_file,fa_post:1",
# "+fa_user_page,fa_user_gallery,fa_post:3",
# "fa_user_follows:2",
# proxy == "serverhost-1" ? nil : "twitter_timeline_tweets:1",
proxy == "serverhost-1" ? "-twitter_timeline_tweets:6" : "*:6",
"fa_post:2",
"*:6",
].reject(&:nil?).join(";"),
}