aurora
aurora copied to clipboard
Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs
### Description: Updated documentation for cron job details ### Testing Done: N/A
### Description: Updated installation.md file with correct installation command for CentOS ### Testing Done: N/A
### Description: Upgrading Aurora's dependencies on Mesos to 1.7.2 Addresses #104 ### Testing Done: Unit tests End to end tests fail when creating unified containers. Specifically, this same issue shows...
Mesos dependency should be upgrade to 1.7.x
When the variable batch size set to [5,5], with autopause to true, it should only pause twice, each happens after one batch completes. But in actual, aurora pause when batch...
Python 2 will officially sunset January 1st, 2020 according to the Python maintainers https://www.python.org/doc/sunset-python-2/ Since Aurora relies pretty heavily on Python to run tasks in critical spots, I think it...
Working on trying to fix the end to end test has reminded me how painful the process has become for debugging end to end tests when something goes wrong. The...
### Description: A bot recently [reported](https://github.com/apache/aurora/issues?q=is%3Aissue+is%3Aclosed+author%3Alarrycameron80) a large number of vulnerabilities that we inherited from our dependencies. Creating a draft PR while I verify that these dependency upgrades do not...
I've been trying to run the `mesos-executor` as the custom executor, by following the [instructions](http://aurora.apache.org/documentation/latest/features/custom-executors/) but I wasn't successful. My `custom-executor.json` file looks like this ``` [ { "executor": {...
Apparently some characters are replaced with unicode in `.aurora` files which causes the container to fail. For example I tried to pass additional parameters to docker like so: ``` ......