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:
parent
fb17c9b63b
commit
03cebf0f77
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue