robinhood / faust

Python Stream Processing
Other
6.72k stars 535 forks source link

The problem about "on_window_close" #726

Open thewholeworld opened 3 years ago

thewholeworld commented 3 years ago

Checklist

Steps to reproduce

Tell us what you did to cause something to happen. I set the time interval to one day. When the window is closed, the function is triggered to insert data into mysql. Normally, the data will be inserted at 08:00:00 of the day, but in fact, it inserts multiple entries.

Expected behavior

Tell us what you expected to happen. image I only need the data in the red circle. Why does the above data appear?

Actual behavior

Tell us what happened instead.

Full traceback

this is log,but it has not error. image

Paste the full traceback (if there is any)

Versions

bobh66 commented 3 years ago

This project appears to have been abandoned.

You might want to check out the fork of this project - https://github.com/faust-streaming/faust

It has a bunch of fixes merged for problems that were in the base project.