Code Monkey home page Code Monkey logo

agora's People

Contributors

aaronp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

agora's Issues

ExecutionWorkflow: Investigate requirement to await the future within a future

Instead of just flatmapping futures, we seem to need to Await a future in side the workspace future in order to be able to cancel an execution.

in ExecutionWorkflow:

    /**
      * TODO - work out what the chuff is going on. We seem to need this workspace thread to block until the HttpResponse
      * is **prepared** ... not completed, but at least created.
      *
      * Taking this blocking awaitWorkspace out here will fail the ExecutionWorkflowTest
      */
    logger.trace(s"Waiting for ${runProcess.httpResponsePreparedTimeout} for job '${jobId}'s http response to be prepared")
    val prepareResponse: HttpResponse = Await.result(httpFuture, runProcess.httpResponsePreparedTimeout)
    logger.trace(s"Job '${jobId}'s http response ready w/ ${prepareResponse.status}")

WorkspaceClient awaiting files can ignore files as they are written

Manually triggered workspace client checks for files currently just check the existence of the file.
We should be a bit smarter about this so we don't trigger dependencies before files are completely written to.

One approach may be to use .metadata files to shadow workspace files to mark when files are 'ready'

Remove the swagger dependency

Remove the swagger plugin which uses jackson json (not circe) and instead generate the routes either from the same derivation as circe (hard ?) or via a json example (as we should have examples anyway) ... and deconstructing json types is a lot easier :-)

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.