Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Luigi
Conversations
About
Luigi
1–30 of 1047
Mark all as read
Report abusive group
0 selected
Yael Nahon
Jan 15
Luigi master cpu utilization
Hi , we are running on an old luigi version and we see that it the master is only utilizing 1 of the
unread,
Luigi master cpu utilization
Hi , we are running on an old luigi version and we see that it the master is only utilizing 1 of the
Jan 15
Alvaro Bravo
11/1/22
Experiencing errors running workflows opening excel files in windows 10
Hi all! Here's a weird error I've been experiencing. While working with luigi on Windows 10,
unread,
Experiencing errors running workflows opening excel files in windows 10
Hi all! Here's a weird error I've been experiencing. While working with luigi on Windows 10,
11/1/22
Manuel Pasieka
,
Lars Albertsson
2
8/16/22
Concurrent execution fails with 'no job found'
I cannot find the string "no job found" in the luigi source. Could it come from some other
unread,
Concurrent execution fails with 'no job found'
I cannot find the string "no job found" in the luigi source. Could it come from some other
8/16/22
Samuel Lampa
,
Lars Albertsson
5
8/9/22
How to restrict to a single instance of task class to run at the same time?
Ah, I see now! I realize I had a totally confused understanding of how they work. Gotta try that out.
unread,
How to restrict to a single instance of task class to run at the same time?
Ah, I see now! I realize I had a totally confused understanding of how they work. Gotta try that out.
8/9/22
Rory Meyer
7/19/22
Luigi Remote server architecture
Hi all, I'm having a hard time trying to figure out the architecture of the luigi central-
unread,
Luigi Remote server architecture
Hi all, I'm having a hard time trying to figure out the architecture of the luigi central-
7/19/22
Ruhan Bidart
, …
Jake Alexander
8
7/14/22
Problem with PENDING tasks that are never scheduled again
I appreciate this is from 6 years ago... but did anyone get this solved? I killed a worker and have
unread,
Problem with PENDING tasks that are never scheduled again
I appreciate this is from 6 years ago... but did anyone get this solved? I killed a worker and have
7/14/22
My Display Name
, …
João Paulo Albuquerque
5
7/14/22
Cannot get task history to work.
FYI the error might be this one: https://github.com/spotify/luigi/issues/2769. It is a problem when
unread,
Cannot get task history to work.
FYI the error might be this one: https://github.com/spotify/luigi/issues/2769. It is a problem when
7/14/22
Petar Totikj
7/4/22
Send email on failure (Office 365)
Hi, i am trying to send email on failure with the following configuration: [smtp] host = smtp.
unread,
Send email on failure (Office 365)
Hi, i am trying to send email on failure with the following configuration: [smtp] host = smtp.
7/4/22
jtra...@counsyl.com
, …
VMiller
5
6/1/22
Run Permission Not Granted and Worker Stops
FYI: I'm not sure what version of luigi was this related to, but from 2.8.4 there is a parameter
unread,
Run Permission Not Granted and Worker Stops
FYI: I'm not sure what version of luigi was this related to, but from 2.8.4 there is a parameter
6/1/22
Gabriel Smith
,
Lars Albertsson
4
5/28/22
Respecting Rate Limits on a Third Party API
I realised that it probably comes with the drawback that jobs downstream from the contented resource
unread,
Respecting Rate Limits on a Third Party API
I realised that it probably comes with the drawback that jobs downstream from the contented resource
5/28/22
João Victor Davim
,
Lars Albertsson
2
3/22/22
S3Target with custom endpoint url
If you add some extra keyword arguments to the S3Client constructor, it seems they will be passed on
unread,
S3Target with custom endpoint url
If you add some extra keyword arguments to the S3Client constructor, it seems they will be passed on
3/22/22
ken macpherson
3/18/22
authentication of users and permissions (how-to, documentation, samples?)
Dumb question? Does luigi support users, we have a small team, but we'd like to know who did what
unread,
authentication of users and permissions (how-to, documentation, samples?)
Dumb question? Does luigi support users, we have a small team, but we'd like to know who did what
3/18/22
Niko Strongioglou
3/16/22
Successfull task run with Unfulfilled dependency at run time
I have the following setup ```python class RootTask(luigi.WrapperTask): def requires(self):
unread,
Successfull task run with Unfulfilled dependency at run time
I have the following setup ```python class RootTask(luigi.WrapperTask): def requires(self):
3/16/22
Niko Strongioglou
3/9/22
TypeError: requires() missing 1 required positional argument: 'self'
Hello fellow Luigi users. I am stuck on this error for quite some time now. This is the code that
unread,
TypeError: requires() missing 1 required positional argument: 'self'
Hello fellow Luigi users. I am stuck on this error for quite some time now. This is the code that
3/9/22
Filippe Gonçalves
,
Lars Albertsson
2
3/7/22
Documentation: luigi.contrib.azureblob
Yes, that's the way to contribute documentation. There are some additional instructions at https:
unread,
Documentation: luigi.contrib.azureblob
Yes, that's the way to contribute documentation. There are some additional instructions at https:
3/7/22
Steffen Köhler
,
Lars Albertsson
2
2/10/22
rerun a task if a earlier required input has changed?
By default, completeness in Luigi's dependency model is based on existence only. This differs
unread,
rerun a task if a earlier required input has changed?
By default, completeness in Luigi's dependency model is based on existence only. This differs
2/10/22
Stephen Sun
, …
Stephen Sun
10
2/8/22
How to concatenate results from multiple tasks
Finally solved the issue by using MockTarget. Just generate whatever file format you want and it
unread,
How to concatenate results from multiple tasks
Finally solved the issue by using MockTarget. Just generate whatever file format you want and it
2/8/22
Massy Bourennani
,
Lars Albertsson
2
12/25/21
Best Luigi reads
There are two presentations and a blog post under "batch processing" in this list: https://
unread,
Best Luigi reads
There are two presentations and a blog post under "batch processing" in this list: https://
12/25/21
pur...@gmail.com
12/1/21
Is there a way to change the font color of debug console messages?
Given the lack of mention on documentation, the answer seems to be No, but I thought I would ask.
unread,
Is there a way to change the font color of debug console messages?
Given the lack of mention on documentation, the answer seems to be No, but I thought I would ask.
12/1/21
Massy Bourennani
11/23/21
How to use instance attributes in Luigi Task
Hi ! What is the best way to use instance attributes in Luigi Task ? More details in SO https://
unread,
How to use instance attributes in Luigi Task
Hi ! What is the best way to use instance attributes in Luigi Task ? More details in SO https://
11/23/21
Stephen Sun
, …
Lars Albertsson
4
10/11/21
Luigi Task fails with output as a dictionary. (Under Docker env)
-9 means that the process was killed by the operating system or some other process using the SIGKILL
unread,
Luigi Task fails with output as a dictionary. (Under Docker env)
-9 means that the process was killed by the operating system or some other process using the SIGKILL
10/11/21
Bill Tucker
, …
Adrien Berchet
6
10/1/21
event handlers, how should they really behave?
It is possible to keep the functions inside the class and setup the event handler in the __init__
unread,
event handlers, how should they really behave?
It is possible to keep the functions inside the class and setup the event handler in the __init__
10/1/21
Fiorella Zampetti
9/20/21
Help needed :-)
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
unread,
Help needed :-)
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
9/20/21
Daniel Friar
9/14/21
Avoid waiting on long running remote tasks
I have a use case where I'm using Luigi to schedule tasks running on a remote cluster. I'm
unread,
Avoid waiting on long running remote tasks
I have a use case where I'm using Luigi to schedule tasks running on a remote cluster. I'm
9/14/21
parlad neupane
,
HadoopMarc
2
8/24/21
Handeling Failed Task
Hi, No. If task1 and task2 cannot be reused in a rerun (after correcting error of task3), you should
unread,
Handeling Failed Task
Hi, No. If task1 and task2 cannot be reused in a rerun (after correcting error of task3), you should
8/24/21
Friscian Viales
,
Lars Albertsson
2
8/19/21
Getting TimeoutError while scheduling tasks
I recall creating a custom GCSClient that reused a single connection at some point. IIRC, I discarded
unread,
Getting TimeoutError while scheduling tasks
I recall creating a custom GCSClient that reused a single connection at some point. IIRC, I discarded
8/19/21
tashri...@gmail.com
8/19/21
[Show and tell] Luigi server behind authentication
Hello all, For a long time, I have been looking for an authentication mechanism to host a public
unread,
[Show and tell] Luigi server behind authentication
Hello all, For a long time, I have been looking for an authentication mechanism to host a public
8/19/21
Tashrif
8/18/21
Grouped and stacked tasklist
Hi all, Can someone explain what the grouped and stacked tasklist visualizations are? I see that the
unread,
Grouped and stacked tasklist
Hi all, Can someone explain what the grouped and stacked tasklist visualizations are? I see that the
8/18/21
tashri...@gmail.com
,
Lars Albertsson
3
8/13/21
/api/ping on a browser
You shouldn't access the luigid web api from your code. Luigi worker code calls the web api. Your
unread,
/api/ping on a browser
You shouldn't access the luigid web api from your code. Luigi worker code calls the web api. Your
8/13/21
Hui Zheng
, …
Diego Fabiano
13
6/30/21
failed tasks are not marked properly by scheduler
Same issue for me to this date. for me, the task throws an exception in the requires() but the exact
unread,
failed tasks are not marked properly by scheduler
Same issue for me to this date. for me, the task throws an exception in the requires() but the exact
6/30/21