irods / irods_capability_automated_ingest

Other
12 stars 16 forks source link

investigate magic token construction in custom_event_handler class #164

Open trel opened 3 years ago

trel commented 3 years ago

build the key construction magic tokens in the custom_event_handler class itself.

rather than in sync_actions.py...

event_handler_key = redis_key_handle(r, "custom_event_handler", job.name() + '::' + uuid_)