Code Monkey home page Code Monkey logo

aci-event-driven-worker-queue's People

Contributors

afengkk avatar alexchx avatar chadliuxc avatar jluk avatar microsoftopensource avatar msftgits avatar ogcanviz avatar v-jiaodi avatar v-rajagt-zz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aci-event-driven-worker-queue's Issues

Sample is NOT usable. (Functions deletes message even if ACI task fails)

[X] feature request
[X] Bug (in any real-world use case)

Recreate:

Run sample as is, but modify ACI worker to fail.

Logs from Failure

None

Expected/desired behavior

If ACI worker fails, the queue message should eventually be put back into the queue.
We handle this by passing the queueMessage.id to the ACI code and having it be responsible for deleting the message just before the ACI

OS and Version?

Any and all

Versions

Any and All

Currently when Azure Functions is triggered by a Queue, it will delete the associated queueMessage if and when the Functions completes successfully. This may be a nice feature when the task is run within Functions, but it's a deal breaker when a long-running task is run within the ACI as a detached container.

And that's exactly the point of this sample.

The queueMessage is deleted as soon as Functions finishes launching the ACI. That means that if the task running in the ACI fails, the queueMessage can't be added back to the queue. Any task that fails in the ACI will dissapear and never be run.
That is NOT how task queues are supposed to work. So, it is NOT possible to use Queues to trigger Functions to launch ACI. (Unless a feature is added to Functions that turns off the auto-delete-message feature)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.