You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
Currently the plug-in doesn't provide a way to run 'push' actions in background, which can be helpful in the cases when 'push' action has high resource consumption.
Describe the solution you'd like
Added hooks in the ajax_push(..) and send_notifications(..) functions to make possible to delay function logic execution and run in background.
Designs
Created a PR.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
@avag-novembit we're looking to solve a similar issue related to reports on ACF issues as part of our 2.1.0 release so I'm moving this issue and related PR to that release as well.
Is your enhancement related to a problem? Please describe.
Currently the plug-in doesn't provide a way to run 'push' actions in background, which can be helpful in the cases when 'push' action has high resource consumption.
Describe the solution you'd like
Added hooks in the
ajax_push(..)
andsend_notifications(..)
functions to make possible to delay function logic execution and run in background.Designs
Created a PR.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: