AFAIK, since 13.0, we don't keep the su flag, so when we run:
record.sudo().with_delay().foo()
The job foo will not be executed as su.
We should add an func_env json field where we can store this flag, the same field could contain the context (see #121).
AFAIK, since 13.0, we don't keep the
suflag, so when we run:The job
foowill not be executed assu.We should add an
func_envjson field where we can store this flag, the same field could contain the context (see #121).