Currently, we allow admins to define tasks to run on event triggers like onSubmit or onEdit, etc. These, I think, are currently run synchronously but could be wrapped asynchronously if we can pass the functions as arguments to a general celery wrapper function...
Currently, we allow admins to define tasks to run on event triggers like onSubmit or onEdit, etc. These, I think, are currently run synchronously but could be wrapped asynchronously if we can pass the functions as arguments to a general celery wrapper function...