Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot enqueue data after PromiseNotToEnqueue #3145

Closed
mathewc opened this issue Jul 13, 2018 · 1 comment
Closed

Cannot enqueue data after PromiseNotToEnqueue #3145

mathewc opened this issue Jul 13, 2018 · 1 comment

Comments

@mathewc
Copy link
Member

mathewc commented Jul 13, 2018

Still seeing this periodically in production. This issue will lead to general flakiness, so it would be good to find a fix for it.

Microsoft.Azure.WebJobs.Script.Description.CompilationServiceException : C# compilation service error: Cannot enqueue data after PromiseNotToEnqueue. ---> System.InvalidOperationException : Cannot enqueue data after PromiseNotToEnqueue.
   at Microsoft.CodeAnalysis.Diagnostics.AsyncQueue`1.EnqueueCore(TElement value)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(MethodSymbol methodSymbol,Int32 methodOrdinal,ProcessedFieldInitializers& processedInitializers,SynthesizedSubmissionFields previousSubmissionFields,TypeCompilationState compilationState)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(NamedTypeSymbol containingType)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.<>c__DisplayClass21_0.<CompileNamedTypeAsTask>b__0()
   at Roslyn.Utilities.UICultureUtilities.<>c__DisplayClass5_0.<WithCurrentUICulture>b__0()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
@mathewc
Copy link
Member Author

mathewc commented Jul 30, 2018

Dupe of #999

@mathewc mathewc closed this as completed Jul 30, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant