Skip to content

Commit

Permalink
Merge PR OCA#641 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by guewen
  • Loading branch information
OCA-git-bot committed Apr 8, 2024
2 parents a59f73d + cf18c55 commit d3b2b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_job/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _try_perform_job(self, env, job):
job.perform()
# Triggers any stored computed fields before calling 'set_done'
# so that will be part of the 'exec_time'
env["base"].flush()
env.flush_all()
job.set_done()
job.store()
env.flush_all()
Expand Down

0 comments on commit d3b2b3e

Please sign in to comment.