fix: tolerate same-day pickup profile check

Allow configured stores to ignore a visible same-day profile pickup when booking
a future pickup slot, starting with store 33875. Keep the default profile check
behavior unchanged for all other stores.
This commit is contained in:
2026-07-16 13:39:31 +02:00
parent 02dfea8562
commit 8931418bf7
4 changed files with 135 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
fix: keep background jobs alive
fix: tolerate same-day pickup profile check
Add a background job orchestrator that restores profile jobs from saved credentials,
keeps pickup and store-watch schedules alive without UI logins, and exposes job
status via health/admin endpoints.
Allow configured stores to ignore a visible same-day profile pickup when booking
a future pickup slot, starting with store 33875. Keep the default profile check
behavior unchanged for all other stores.