Fifth post in a series on how to avoid anti-patterns in Google Cloud Functions as seen by the Support team. This post explores how Python developers mistakenly use os.fork() or the multiprocessing.Process() package for async tasks; however, the best practice is to use Cloud Tasks.

Source