diff options
Diffstat (limited to 'joblib.py')
| -rw-r--r-- | joblib.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ class JobQueue(object): ids.append(await insert.fetchval(jobtype, json.dumps(pl), pr)) + await con.execute("SELECT pg_notify($1 || '_open', '')", + jobtype) if isinstance(payload, list): return ids else: |
