Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
github-actions[bot] commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3672860160 This issue has been closed because it has been inactive for a long time. You can reopen it if you encounter the similar problem in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
github-actions[bot] closed issue #8543: [Feature][GitHub] Update models in real time with GitHub events URL: https://github.com/apache/incubator-devlake/issues/8543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
github-actions[bot] commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3644374841 This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
Significant-alexander7 commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3395132486 > I agree with [@klesh](https://github.com/klesh) here, although I understand your pain point (as I am experiencing a similar one with a repo that takes also around 8 hours per run). > > Yet: Firstly according to GitHub docs: > > > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h. > > Secondly wouldn't [webhooks](https://devlake.apache.org/docs/Plugins/webhook) be a solution here? https://ohlcdayton.github.io/fyaEuJOnHErZ6ZADC9kYNCu42zaw2cTTwM5/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
petkostas commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3217206299 I agree with @klesh here, although I understand your pain point (as I am experiencing a similar one with a repo that takes also around 8 hours per run). Yet: Firstly according to GitHub docs: > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h. Secondly wouldn't [webhooks](https://devlake.apache.org/docs/Plugins/webhook) be a solution here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
oliviertassinari commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3213619988 > you should already be able to calculate that directly from the data in DevLake’s database. If the data takes 8 hours to land in DevLake and the SLA is 4 hours (our setup), this doesn't work. > DevLake might not be the best fit for that use case. Do you have a better tool in mind? But still, wouldn't it be better to use GitHub Events to sync the state? I guess we could explore Airbyte ETL for issues, sync them in the same database as DevLake. Sync every 10 minutes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Feature][GitHub] Update models in real time with GitHub events [incubator-devlake]
klesh commented on issue #8543: URL: https://github.com/apache/incubator-devlake/issues/8543#issuecomment-3212982097 I’m not sure I understand why you’d need to sync every hour. If your goal is to measure SLA (e.g., the latency between an issue being opened and its first comment), you should already be able to calculate that directly from the data in DevLake’s database. Or, if what you’re really looking for is a way to proactively prompt people to respond to new issues as they come in, then DevLake might not be the best fit for that use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
