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

Cyclops without database access? #8

Open
mabrahamde opened this issue Jun 19, 2014 · 2 comments
Open

Cyclops without database access? #8

mabrahamde opened this issue Jun 19, 2014 · 2 comments

Comments

@mabrahamde
Copy link

i am using Sentry in a PHP project and am interested in using Cyclops to improve Sentry Performance. Also i need to switch from udp-based to http-based logging, thus network latency becomes an issue.

In PHP sending sentry messages async is not easy. A cyclops server running directly on the web server may act as message relay. Thus network latency may not be an issue anymore.

However i do not understand one thing. Why does Cyclops need access to the Sentry database? Is it possible to run Cyclops without database access? Can i use Cyclops in front of the sas solution on getsentry.com?

@heynemann
Copy link
Member

We need database access to be able to enable project-specific queues. What that means is that if a specific project gets TONS of errors, it won't starve other projects from getting errors. We process message queues per project, instead of per date.

@mabrahamde
Copy link
Author

sound like you are using more than just configuration data from db. thus providing some data on alternative way may not be sufficient, right?

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

2 participants