aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/jobs.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-12-05 16:51:47 +0300
committerFrederick Muriuki Muriithi2023-12-05 17:24:44 +0300
commitbc78ac2cf926f38ef88309dd1b4288b1b1230b66 (patch)
tree8cfec39c7740b65d7e02460eaf5b7643d1c1ae2c /gn_auth/jobs.py
parentd59c3c49b2fcb60550be68f241f2526895512e94 (diff)
downloadgn-auth-bc78ac2cf926f38ef88309dd1b4288b1b1230b66.tar.gz
Add missing scripts and update code to invoke them
Copy the missing scripts over from GN3 and update them for gn-auth. Update the code to invoke the scripts correctly. Set up correct redis keys for use with the scripts.
Diffstat (limited to 'gn_auth/jobs.py')
-rw-r--r--gn_auth/jobs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/jobs.py b/gn_auth/jobs.py
index 6fc9bba..8f9f4f0 100644
--- a/gn_auth/jobs.py
+++ b/gn_auth/jobs.py
@@ -9,7 +9,7 @@ from pymonad.either import Left, Right, Either
from gn_auth import json_encoders_decoders as jed
-JOBS_NAMESPACE = "GN3_AUTH::JOBS"
+JOBS_NAMESPACE = "GN_AUTH::JOBS"
class InvalidCommand(Exception):
"""Raise if the command to run is invalid."""