-
... and as a result some tasks are never run and eventually expired.
Consider the following set of tasks:
``` python
class Block(luigi.Task):
def run(self):
# sleep for 20 seconds
def comple…
jimjh updated
8 years ago
-
The steps for converting the sensor binary output to a netcdf data product are documented (https://github.com/terraref/documentation/blob/master/hyperspectral_data_pipeline.md).
Next steps:
- [ ] Cre…
-
Using the following files:
- [x] [January 3, 2012 special runoff](http://sos.ga.gov/elections/election_results/2012_0103/00568.htm)
- [x] [February 7, 2012 special](http://sos.ga.gov/elections/electio…
-
Or in other words, an error email is sent when `ExternalTask`s fail, even though no email should be sent(?).
`git bisect` says that f24579704e048b25e47d393af9ebadf843f88ddc is the first bad commit, w…
-
Using the following code example as test.py:
```
import luigi
class MyTask(luigi.Task):
param1 = luigi.IntParameter()
param2 = luigi.BoolParameter(default=False)
def requires(self):
…
-
class A(luigi.Task):
b = luigi.Parameter()
A(b="")
This generates the following exception:
luigi.server[23966] WARNING: Error saving Task history
Traceback (most recent call last):
File "/tmp/lu…
-
With the introduction and Python 2.7.9 (and 2.7.10), Boto s3 cannot handle bucket names with . (periods) in them.
This issue has a long-running thread [here](https://github.com/boto/boto/issues/2836)…
-
Consider this small example:
``` python
class A(Task):
log = Parameter(default="/var/log.txt")
class B(Task):
logPath = Parameter(default="~/")
class C(A, B):
logFile = Parameter(defaul…
-
hii, guys.
I am sure that all the pending tasks are not "disabled" (retry times=100, and they are processed 0 or 1 times only).
what is the reason?
-
Neumann should read jobs from queue, and send responses to a response queue for the OMS:
``` javascript
{
"status": Http Status Codes,
"message": "str",
"task": {
"id": "str",
…
guidj updated
9 years ago