Update job number threshold to 6630000

- Change MIN_JOB_NUMBER from 663000 to 6630000
- Now skips jobs below 6630000 (includes 6567174, 6175027, etc.)
- Only processes very recent jobs
This commit is contained in:
Dave Porter 2025-12-18 14:33:52 -05:00
parent fb17c9b63b
commit 03cebf0f77

View file

@ -53,7 +53,7 @@ class Config:
DELIVERABLE_ITEM_TYPE_ID = None # Custom item types not available in LGL team space
# Job number filtering - only process new jobs
MIN_JOB_NUMBER = 663000 # Only accept job numbers >= this value
MIN_JOB_NUMBER = 6630000 # Only accept job numbers >= this value
# Custom field IDs for LGL Team space
CUSTOM_FIELDS = {