summaryrefslogtreecommitdiff
path: root/fixco_custom/models/webhook_ginee.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-01-17 14:21:18 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-01-17 14:21:18 +0700
commitd90a7762d13adf43520ea006a2ab9d3034dfdd15 (patch)
tree3c55164135b49e15374344951960bd9d550f4bfe /fixco_custom/models/webhook_ginee.py
parentbd6c4da5e84a1b0aa98a9b41918cd70f836d2b59 (diff)
push
Diffstat (limited to 'fixco_custom/models/webhook_ginee.py')
-rwxr-xr-xfixco_custom/models/webhook_ginee.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/webhook_ginee.py b/fixco_custom/models/webhook_ginee.py
index 444306b..fb1bbf6 100755
--- a/fixco_custom/models/webhook_ginee.py
+++ b/fixco_custom/models/webhook_ginee.py
@@ -20,7 +20,7 @@ class WebhookGinee(models.Model):
], 'Execute Status')
def process_queue_item(self, limit=100, max_exec_time=30):
- domain = [('execute_status', '=', False)]
+ domain = [('execute_status', '=', False), ('json_ginee', 'not ilike', 'BLIBLI_ID')]
records = self.search(domain, order='create_date asc', limit=limit)
start_time = time.time()
for rec in records: