maestro-server/scheduler-app

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "scheduler-maestro",
  "version": "0.6.0",
  "description": "Daemon, scheduler api",
  "main": "run.py",
  "scripts": {
    "beat": "python run.py",
    "celery": "celery -A app.celery worker -E -Q scheduler --hostname=scheduler@%h --loglevel=info",
    "save": "pip freeze -l > requirements.txt ",
    "test": "python -m unittest discover",
    "package-flask": "docker build -t scheduler-maestro .",
    "package-celery": "docker build -t scheduler-maestro-celery -f DockerfileCelery ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maestro-server/discovery-api.git"
  },
  "keywords": [
    "flask",
    "python",
    "celery",
    "maestro"
  ],
  "author": "Felipe Signorini",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maestro-server/discovery-api/issues"
  },
  "homepage": "https://github.com/maestro-server/discovery-api#readme"
}