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
I have a shared Functions App environment with about 5 lightly utilised Function Apps. Today I received the following error during the execution of one of the Apps. The run.csx compiles fine with no errors. There are 10 instances of this error for the same execution.
2016-12-09T04:41:02.691 Function started (Id=2646f24f-2c28-48fa-bc6d-f20059419264)
2016-12-09T04:41:03.967 Function completed (Failure, Id=2646f24f-2c28-48fa-bc6d-f20059419264)
2016-12-09T04:41:06.143 Exception while executing function: Functions.CustomerPaymentRequestProcessorV2. Microsoft.CodeAnalysis: Cannot enqueue data after PromiseNotToEnqueue.
Following a change / re-save the Function worked as expected.
The text was updated successfully, but these errors were encountered:
I have a shared Functions App environment with about 5 lightly utilised Function Apps. Today I received the following error during the execution of one of the Apps. The run.csx compiles fine with no errors. There are 10 instances of this error for the same execution.
2016-12-09T04:41:02.691 Function started (Id=2646f24f-2c28-48fa-bc6d-f20059419264)
2016-12-09T04:41:03.967 Function completed (Failure, Id=2646f24f-2c28-48fa-bc6d-f20059419264)
2016-12-09T04:41:06.143 Exception while executing function: Functions.CustomerPaymentRequestProcessorV2. Microsoft.CodeAnalysis: Cannot enqueue data after PromiseNotToEnqueue.
Following a change / re-save the Function worked as expected.
The text was updated successfully, but these errors were encountered: