Hi,
Currently we keep our code in a git repo and run CI jobs to update the fusio image, and that works perfectly fine, however we can't seem to find a way to set an action to async like this we have the action set up in the yaml file like this:
Action_name:
class: Fusio\Adapter\Php\Action\PhpSandbox
config:
async: true
code: "<?php code_here ?>"
however the async field there seems to do nothing and the action is reset to sync after the deploy even if it was manually set to async previously, is there a way to make that setup also automatic?