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

Bulk jobs issue #487

Open
Yevhen-bc opened this issue Sep 19, 2024 · 0 comments
Open

Bulk jobs issue #487

Yevhen-bc opened this issue Sep 19, 2024 · 0 comments

Comments

@Yevhen-bc
Copy link

Yevhen-bc commented Sep 19, 2024

Trying to chain webapp with supabase and backend and it works now, But not Bulk upload.
After uploading it just do nothing:
image

backend up and running and works fine directly via curl POST.
Also amqp in separate container and contain queue list in his db.No errors in webapp console. Any help?

I forgot to mention -backend connected with postgresql, but webapp with supabase.

UPD2:
so at this moment i have following:

  1. reacherhq/backend:0.7 -works fine for bulk verification via POST.(local postgre db)
  2. reacherhq/webapp -build and running=>
    a) single verification working fine via backend (supabase db)
    b) bulk verification - uploading -OK, adding to Supabase - OK, adding lines to rabbitmq queue - OK. But no verification triggered via backend.

I believe backend should contact rabbitmq somehow to get email , but he can't. Im not familiar with Rust at all.

"RCH_AMQP_ADDR= cargo run --features=worker --bin reacher_backend" doesnt work for me - features=worker not found, adding RCH_AMQP_ADDR=amqp://rabbitmq or RCH_AMQP_ADDR=rabbitmq to ENV gives me nothing new.

!!UPD: Owner told me it will not work atm as BULK upload.

@Yevhen-bc Yevhen-bc changed the title please share your .env for example Bulk jobs issue Sep 24, 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

No branches or pull requests

1 participant