mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
Fix onceoff job in https://github.com/discourse/discourse/commit/cfa7173da346ec9f31daac13b058ba82419771d9 not running.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module Jobs
|
||||
class RecoverUserProfileBackgrounds < Onceoff
|
||||
class RecoverUserProfileBackgrounds < Jobs::Onceoff
|
||||
def execute_onceoff(_)
|
||||
base_url = Discourse.store.absolute_base_url
|
||||
return if !base_url.match?(/s3\.dualstack/)
|
||||
|
||||
Reference in New Issue
Block a user