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
I'm using gozero's own time wheel for timed tasks, but when I set a number of timed tasks to the same moment, they seem to execute serially rather than in parallel? I looked at the underlying implementation
It seems like the task is executed using a go func? Why is this still happening? Am I misunderstanding? I hope someone can solve my problem.
Its output looks like this,Is that how it's designed?
I'm using gozero's own time wheel for timed tasks, but when I set a number of timed tasks to the same moment, they seem to execute serially rather than in parallel? I looked at the underlying implementation
![image](https://private-user-images.githubusercontent.com/49519858/290139239-0cff951b-d6c3-40ff-aeaf-a311e407477f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjQzNDcsIm5iZiI6MTczODk2NDA0NywicGF0aCI6Ii80OTUxOTg1OC8yOTAxMzkyMzktMGNmZjk1MWItZDZjMy00MGZmLWFlYWYtYTMxMWU0MDc0NzdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIxMzQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmZWMxOTYxNGM1YmQ2MTc2NGFmNWFmZDE2MDE1M2E2NWEwNjdmMmQwNWRlNDNhMzI3M2QxYWE2NDM2OGUyMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GTgFELN-jEY6O4vtAW676VzXcfGbvR1mVACV-3gZ1xA)
![image](https://private-user-images.githubusercontent.com/49519858/290139240-da680749-6940-4d7d-b329-6924da79740f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjQzNDcsIm5iZiI6MTczODk2NDA0NywicGF0aCI6Ii80OTUxOTg1OC8yOTAxMzkyNDAtZGE2ODA3NDktNjk0MC00ZDdkLWIzMjktNjkyNGRhNzk3NDBmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIxMzQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0MWM4MWViZTRlNDU3ZDFjZWM5MmMyMTE4ZjgyNGZjMGE2MTM5NzNiOWIyMjIyOGRiYTg4ZDIwMjgxOTdmODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7eUDW8tW7wwZK5EBbiZ19e8vUGCRFJgTInnF_LLIOAM)
It seems like the task is executed using a go func? Why is this still happening? Am I misunderstanding? I hope someone can solve my problem.
I'll use the go func again myself
It came out the way I wanted it to.
The text was updated successfully, but these errors were encountered: