我看到一些博客在網上,他們把自己的參數對他們的芹菜功能,爲什麼礦造成的錯誤,如:自參數錯誤芹菜
TypeError: xml_gr() takes exactly 1 argument (0 given)
這裏是我的代碼:
@periodic_task(run_every=timedelta(seconds=5))
def xml_gr(self):
ftp = FTP('xxxxx')
ftp.login(user='xxxxx', passwd='xxxxx')
x = xml_operation('AGIN', GR_GLOBAL_CURRENT_DATE, ftp, "GR")
ftp.close()
自參數用於基於類的芹菜任務中。一旦檢查這個http://jsatt.com/blog/class-based-celery-tasks/ – neelima