Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

truncate args, kwargs values in /tasks page #20

Closed
mher opened this issue Oct 4, 2012 · 3 comments
Closed

truncate args, kwargs values in /tasks page #20

mher opened this issue Oct 4, 2012 · 3 comments

Comments

@mher
Copy link
Owner

mher commented Oct 4, 2012

No description provided.

mher added a commit that referenced this issue Oct 13, 2012
@mher mher closed this as completed Oct 13, 2012
@JasonTam
Copy link

JasonTam commented Jul 8, 2015

Args are not truncating. Are the args passed back as a tuple or something, so the length check in humanize is not working properly? Or maybe I'm missing something...

@task
def dummy_task(args):
    return args

dummy_task.delay(1000*'0')

(The result is properly truncated, just not the args)

@mher
Copy link
Owner Author

mher commented Jul 8, 2015

By default, args are not truncated anymore. Use https://flower.readthedocs.org/en/latest/config.html#format-task to modify args, etc.

@JasonTam
Copy link

JasonTam commented Jul 8, 2015

I see. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants