Is it possible to ignore task results based on each call?
For example, I can ignore the results of tasks when they are executed during a web request, but wait for the result (which may have, for example, debugging information) when I run the task in interactive mode?
I know that Tasks has a flag ignore_result, but I wonder if it is possible to set ignore_resultfor each call (and not for the "global" one).
ignore_result
Typically, since ignore_result is a property of a task that only employees use (to decide whether to send the result back).
, ( ignore_result), ignore_result :
task mytask(please_ignore_result): mytask.ignore_result = please_ignore_result
Source: https://habr.com/ru/post/1770198/More articles:How to receive ValidationSummary program messages? - jqueryhow to make your own fckeditor plugin - pluginsSSL wrap around iphone app - ioslocalhost / test.php is also available under localhost / test / - phpSQL Server 2008r2 β the best version of MS Access for the interface - sql-serverC ++ Exception Handling Issues - c ++Is a bean alias of a class name possible in Spring? - springMouseover / mouseenter not starting by browser on animated / moving element - jqueryAdd link to .js file in javascript file? - javascriptHow to initialize the sender ID for Android C2DM without using a hard-coded value in a static variable? - androidAll Articles