webapp icon indicating copy to clipboard operation
webapp copied to clipboard

Bulk jobs issue

Open Yevhen-bc opened this issue 5 months ago • 0 comments

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.

Yevhen-bc avatar Sep 19 '24 12:09 Yevhen-bc