https://linen.dev logo
#dev-frontend
Title
# dev-frontend
c

Chris (deprecated profile)

12/22/2020, 10:02 AM
Hi, Is it normal when I click on the "reset" button of this window, it just adds "Pending" jobs in the background but nothing happens in the UI with that pop-up window? (I didnt notice at first and thought it didnt register my click so I created multiple lines marked at 10:46 and 10:47 before realizing it was actually creating jobs behind the popup) I would have expected it would disappear once i click on it? or is that the intended behaviour?
a

Artem Astapenko

12/22/2020, 10:14 AM
Do you see some failed requests in network tab? As I remember it was closing before.
If its not closing - I suppose thats an issue that I need to check
c

Chris (deprecated profile)

12/22/2020, 10:28 AM
the closing is not immediate when i click, is it waiting for some special events?
a

Artem Astapenko

12/22/2020, 10:28 AM
I suppose it waits for response from server
c

Chris (deprecated profile)

12/22/2020, 10:30 AM
I just reset my env so it seems to work but i was able to generate 4 lines of pending jobs before it closed itself then slowly it probably run replication 4 times and succeeded
I was in a special state before as reported here https://github.com/airbytehq/airbyte/issues/1425 in that scenario, the window wouldn't close itself
a

Artem Astapenko

12/22/2020, 10:43 AM
wait, but if you see log lines added - it means that something was starting on backend. I do not add lines on frontend - everything you see is received from backend.
c

Chris (deprecated profile)

12/22/2020, 10:45 AM
then window should be closing then?
a

Artem Astapenko

12/22/2020, 12:55 PM
as soon as it receives response from backend. It is possible that backend sends events earlier than it returns us response.
So we want to reset data, backend starts to send some logs as a result we already have new info, but it has not returned yet the response yet
2 Views