You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
gamelisting uploads from hitztourney can take a long time to process. Upon upload, we should just read the file into a string to be passed to a redis queue and make a worker run every x hours to update it. It would be nice to be able to trigger a worker running right after upload if that's possible.
gamelisting uploads from hitztourney can take a long time to process. Upon upload, we should just read the file into a string to be passed to a redis queue and make a worker run every x hours to update it. It would be nice to be able to trigger a worker running right after upload if that's possible.