stevenparkerco3
Results
2
comments of
stevenparkerco3
trafficstars
On an M2 Mac, with OSX 13.4.1 and an NVMe HDD, you'll have to modify the command to: ``` me@mymac ~ % system_profiler -detaillevel mini SPNVMeDataType NVMExpress: Apple SSD Controller:...
I haven't examined the tests within Celery yet, so cannot comment on this. A proposed implementation would change `celery/worker/request.py:L469`: ``` revoked_by_id = self.id in revoked_tasks ``` becomes ``` revoked_by_id =...