Adding changelog.

This commit is contained in:
Gareth J. Greenaway 2020-07-14 15:05:40 -07:00 committed by Daniel Wozniak
parent e69e1455a0
commit 4487f613b0

1
changelog/57941.fixed Normal file
View file

@ -0,0 +1 @@
When running scheduled jobs from a proxy minion with multiprocessing turned off (default) a recursive error occurs as __pub_fun_args is repeated over and over again in the kwargs element in the data dictionary. Now we make a copy of data['kwargs'] instead of using a reference.