discourse/app/jobs
David Taylor 28f46c171c
FIX: Pull hotlinked images even when edited by system users (#9890)
Previously the pull hotlinked images job was skipped after system edits. This ensured that we never had an infinite loop of system-edit/pull-hotlinked/system-edit/pull-hotlinked etc.

A side effect was that edits made by system for any other reason (e.g. API, removing full quotes) would prevent pulling hotlinked images. This commit removes the system edit check, and replaces it with another method to avoid an infinite job scheduling loop.
2020-05-29 13:07:47 +01:00
..
concerns DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
onceoff new S3 backup layout (#9830) 2020-05-29 00:28:23 +05:30
regular FIX: Pull hotlinked images even when edited by system users (#9890) 2020-05-29 13:07:47 +01:00
scheduled FIX: don't send digests to users with no primary email 2020-05-27 17:09:40 +02:00
base.rb DEV: Run jobs sequentially in test mode (#9897) 2020-05-28 12:52:27 +01:00