You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve jobs.py: use update1, djblob, cleaner f-string
- Use variable assignment for pk_section instead of chr(10) in f-string
- Change error_stack type from mediumblob to <djblob>
- Use update1() in error() instead of raw SQL and deprecated _update()
- Remove config.override(enable_python_native_blobs=True) wrapper
Note: reserve() keeps raw SQL for atomic conditional update with rowcount
check - this is required for safe concurrent job reservation.
0 commit comments