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

Remove redis #1879

Closed
wants to merge 5 commits into from
Closed

Remove redis #1879

wants to merge 5 commits into from

Conversation

apoorv1316
Copy link
Contributor

No description provided.

Comment on lines +14 to +20
BulkInvoiceDownloadJob.perform_now(
invoice_ids,
company_logo,
download_id,
root_url,
current_url_options
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of calling the Job, can you copy all the contents from the job and do a benchmarking.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did that and the results are same. Very minor difference. Should I go ahead and delete this file and uninstall redis?

@vipulnsward
Copy link
Contributor

Instead of this, could we exploring removing BulkInvoiceDownloadChannel instead if possible?

We could remove ACa completely.

If not, then we should explore anycable or using hotwire if possible, or just simple polling.

@vipulnsward
Copy link
Contributor

@apoorv1316 what's the status on this? Can we wrap this up before picking up other issues?

@apoorv1316
Copy link
Contributor Author

Closing this in favor of #1892

@apoorv1316 apoorv1316 closed this Aug 21, 2024
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

Successfully merging this pull request may close these issues.

3 participants