Replies: 1 comment 1 reply
-
Hi, this is not supported (https://bref.sh/docs/use-cases/http#no-fastcgi_finish_request), you have to use a queue + worker: https://bref.sh/docs/use-cases/sqs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This doesn't appear to be supported in bref-php?
if (function_exists('fastcgi_finish_request')) {
fastcgi_finish_request();
} else {
Logger::warn('doesn't exist);
}
returns the log 'doesn't exist'
The goal is to return a response to the client and then do some delayed processing, pushing data to a data warehouse middleware, which doesn't have a fast response time)
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions