Michael Wiles
Michael Wiles
I think the OP wants to set it so that completed tasks are not saved on the db in the tasks completed table. We have a similar issue in that...
Where would that kind of config go? ideally I think I'd want to put it on the @background decorator...
For the record, in case anyone else copies this, an await is required before the call to the internal hook. ```typescript const withCustomError = (hook, errorCreator) => (context: any) =>...
Yes, I noticed the requirement to run process_tasks from the terminal... makes no sense to me why there is a different process for running tasks - and of course, why...
With compile time weaving I can have a Tranasctional annotation that is honoured on internal method calls (and thus private methods). This is what adding support for aspectj mode adds....
Is it possible to do this with docker build?