Coder Social home page Coder Social logo

fast5watch's People

Contributors

peterk87 avatar

Watchers

 avatar  avatar  avatar  avatar

fast5watch's Issues

Restart run watcher fast5watch.watchers.core/run-watcher on exception

The run-watcher component should be robust to errors.

For example, if encountering java.nio.file.AccessDeniedException

Exception in thread "Thread-26" java.nio.file.AccessDeniedException: /tmp/fast5watch-dev-test/some/path/to/fast5/
        at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
        at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
        at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:266)
        at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
        at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:364)
        at java.lang.Thread.run(Thread.java:748)

the watcher thread dies and currently need to go into the REPL and restart it.

Add call to an HTTP endpoint if specified in the config

e.g. in the (dev|prod)-config.edn

{:port                   3000
 :external-http-endpoint "http://123.45.67.89:9000/api/fast5watch"
}

New run and fast5 info would be HTTP POSTed to the endpoint.

  • base endpoint? expect /run and /run/<id>/fast5 endpoints?
  • just enough info to download fast5 files and know how to organize them?

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.