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

RQ function that saves output to file saves same output even after function is modified. #94

Open
goutham794 opened this issue Apr 17, 2020 · 0 comments

Comments

@goutham794
Copy link

I have a function which I run using flask-rq which takes some input and writes to a new excel file in the server. The name of the file is result_{yyyy__mm__dd}.xlsx, hence the name of the file doesn't change for a day. This resulted in lot of trouble for me. After I noticed some error in the output I modified the function but I kept getting the same output (original output files were deleted). I finally decided to change the name of file and then I got the expected output. Is this a bug or a feature? Is redis actually storing the result, if so how can I change that?

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

No branches or pull requests

1 participant