Comment on Ask HN: Which line of code you have written will be executed the most?Comments−eb0la6yI guess mine is a type-conversion class inside an apache beam job. Usually it's running on a streaming job; but when you launch it as dataflow batch job it has 30-40 workers running it at once for several hours.
Comments
I guess mine is a type-conversion class inside an apache beam job. Usually it's running on a streaming job; but when you launch it as dataflow batch job it has 30-40 workers running it at once for several hours.