You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to chain webapp with supabase and backend and it works now, But not Bulk upload.
After uploading it just do nothing:
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:
reacherhq/backend:0.7 -works fine for bulk verification via POST.(local postgre db)
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.
The text was updated successfully, but these errors were encountered:
Yevhen-bc
changed the title
please share your .env for example
Bulk jobs issue
Sep 24, 2024
Trying to chain webapp with supabase and backend and it works now, But not Bulk upload.
After uploading it just do nothing:
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:
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.
The text was updated successfully, but these errors were encountered: